home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gSIVideoPath, gSIUserName, gSIUserFName, gINUserNum, gSIHDPath
- unpuppet()
- set gSIUserName to getUserName(gINUserNum)
- set gSIUserFName to getUserFName(gINUserNum)
- put gSIUserName && gSIUserFName
- HSLoad(gSIUserFName)
- GSLoad("awsome")
- if HSStateGet("opt", "Intro") = EMPTY then
- HSStatePut("sd", "installed", "0")
- HSStatePut("opt", "Intro", "1")
- HSStatePut("opt", "Random", "1")
- HSStatePut("opt", "Idle", "1")
- HSStatePut("opt", "TRPop", "1")
- HSStatePut("opt", "MAFlip", "1")
- HSStatePut("opt", "CRAnim", "1")
- HSStatePut("opt", "BigVR", "1")
- HSStatePut("opt", "Volume", "1")
- set vVolume to 7
- else
- set vVolume to value(HSStateGet("opt", "Volume"))
- end if
- set the exitLock to 0
- sound fadeOut 1, 90
- if value(HSStateGet("opt", "Intro")) then
- DVUse(gSIVideoPath & "intro")
- puppetSound(0)
- DVSetPlayArea(160, 120, 320, 240)
- DVPlay(1, -1)
- DVIdle()
- set vNewTime to the timer + 60
- repeat while not DVPlayP() and (the timer < vNewTime)
- DVIdle()
- end repeat
- repeat while DVPlayP() and not (the mouseDown)
- DVIdle()
- end repeat
- DVClose()
- end if
- SetVolume(vVolume)
- go("exit2")
- end
-